home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr08 / pgclp134.zip / README.TXT < prev    next >
Text File  |  1995-01-21  |  5KB  |  174 lines

  1. PGPClip 1.3.4 by Michael Meyer
  2. ==============================
  3.  
  4. Disclaimer:
  5. ===========
  6. This program is free.  Use at your own risk.
  7.  
  8. PGPClip is a simple front end to PGP which uses the clipboard for its
  9. operations.
  10.  
  11. It is not a full blown replacement for many of the other Windows based
  12. front ends for PGP, but one which allows quick encryption, decryption,
  13. and signing using the clipboard.
  14.  
  15. Example usage:
  16. ==============
  17.  
  18. Mail Signing:
  19. -------------
  20. Type your mail message in Eudora or other Windows based program, from
  21. that program's menu choose "Edit|Select All", then "Edit Cut".  This
  22. will cut your text to the clipboard.
  23.  
  24. Then activate PGPClip, check the "Sign" checkbox, then click the
  25. Encrypt/Sign button to sign the message.  PGP will appear in a DOS box,
  26. enter your pass phrase, switch back to your mail package then choose
  27. "Edit|Paste", voila, your signed message will appear.
  28.  
  29.  
  30. Other:
  31. ------
  32. Check the "Encrypt" checkbox to encrypt your message.
  33.  
  34. Check both to encrypt and sign.
  35.  
  36.  
  37. Check Show Names to show the list of keys, click on a key to toggle its
  38. selection.  If not keys are selected, PGP will prompt you for
  39. recipients.
  40.  
  41. If you select too many user keys, for encryption, the command line could
  42. exceed 127 characters, causing a VB error when you try to Encrypt.
  43. Reduce the number of recipients.
  44.  
  45. PGPClip is written in Visual Basic 3.0 and requires VBRUN300.DLL,
  46. GRID.VBX, and THREED.VBX.  These are available elsewhere.
  47.  
  48. If you should get out of string space errors, try to reduce the amount
  49. of text you are encrypting/signing.  You have run into a VB String
  50. limit.
  51.  
  52.  
  53. INI Settings for PGPClip in WIN.INI
  54.  
  55.     [PGPClip]
  56.     ReadKeys=1            ; 1 (default) will read keyring at startup,
  57.                           ; 0 will cause PGPClip to skip reading keyring.
  58.  
  59.     pgpVersion=2.3        ; for 2.3 formatted keys
  60.  
  61.     PGPExe=c:\apps\pgp    ; This is for c:\apps\pgp.exe.  Use when PGP.EXE
  62.                           ;   is not in your path, or if it is not called
  63.                           ;   PGP.EXE.
  64.  
  65.     Top=5250              ; Top and left in TWIPS
  66.     Left=4725             ;   for PGPClip's location.
  67.  
  68.  
  69. Please mail comments or suggestions.
  70.  
  71.  
  72. Changes: 1.3.4
  73. ==============
  74. Fixed Resize bug, if text edit windows is too small.
  75. Added temp.pif, pif file for PGPClip operations.
  76.  
  77.  
  78. Changes: 1.3.3
  79. ==============
  80. Added a text editor for clipboard text, allows editing
  81. of text on PGPclip.
  82.  
  83. Check to see if initial dimensions are on the screen, if not
  84. adjust.
  85.  
  86. Added copyright notice to sources.
  87.  
  88.  
  89. Changes: 1.3.2
  90. ==============
  91.  
  92. Added a clipboard clear, before setting text on the clipboard. Other
  93. formats were still staying there unchanged.   I.E., Write stores several
  94. formats onto the clipboard and prefers its own, such that it would not
  95. use PGPClip's text, but its unchanged preferred version of the text.
  96.  
  97. PGPClip is now slapped into one file for distribution, containing
  98. a uuencoded Zip file, my public key, and some instructions.
  99.  
  100. Added option to skip reading of keyring at startup, useful if you only
  101. use PGPClip for signing/verifying signatures, saves startup time.
  102.  
  103.     [PGPClip]
  104.     ReadKeys=1            ; 1 (default) will read keyring at startup,
  105.                           ; 0 will cause PGPClip to skip reading keyring.
  106.  
  107.  
  108. Changes: 1.3.1
  109. ==============
  110.  
  111. Added keyword "pgpVersion" to [PGPClip] section.  This enables special
  112. processing for 2.3 formatted keys, maybe even 2.3a.
  113.  
  114. Valid options are "2.3" or nothing.
  115.  
  116.     [PGPClip]
  117.     pgpVersion=2.3        ; for 2.3 formatted keys
  118.  
  119.  
  120. Changes: 1.3
  121. ============
  122.  
  123. Changed Sign and Encrypt to be check boxes, allowing
  124. signing and encrypting.
  125.  
  126. If neither is selected, the action will be to store the
  127. text in compressed ascii armor.
  128.  
  129. Consolidated file io routines.
  130.  
  131. Changed file io routines to allow for larger files, reducing
  132. out of string space messages.
  133.  
  134. PGPClip will remember its window locations.
  135.  
  136. PGPClip will move its window if the names appear off of the edge of the
  137. screen.
  138.  
  139. The location of PGG[.exe] can be specified in win.ini, under PGPClip,
  140. PGPExe.  The .EXE is not needed.
  141.  
  142.     PGPExe=c:\apps\pgp    ; This is for c:\apps\pgp.exe.  Use when PGP.EXE
  143.                           ;   is not in your path, or if it is not called
  144.                           ;   PGP.EXE.
  145.  
  146. Allow only one instance of PGPClip, if it is already running, switch to
  147. it.
  148.  
  149.  
  150. Changes: 1.2
  151. ============
  152. Main screen simplified and made smaller.
  153.  
  154. Added option to pause after PGP execution for signing and encrypting.
  155. Pause is always enabled for Decrypting/Verifying.
  156.  
  157. Added more error handling.
  158.  
  159.  
  160. Changes: 1.1
  161. ============
  162. Stabilized code, ready for release.
  163.  
  164. Changes: 1.0
  165. ============
  166. Internal development, not released.
  167.  
  168.  
  169. ==========================================
  170. Michael Meyer: mmeyer@bellahs.com
  171. KE6LPL - 5.0L - I am the NRA, and I vote !
  172. Mail or finger for PGP public key.
  173.  
  174.